What $_POST[] do i need to post to a forum?
Posted
by ikky
on Stack Overflow
See other posts from Stack Overflow
or by ikky
Published on 2008-10-29T15:30:12Z
Indexed on
2010/03/18
17:51 UTC
Read the original article
Hit count: 345
Hi! I am admin on a forum. Earlier we had phpbb 2.0 and i made a bot that could write to the forum. Now, we have upgraded the forum to phpbb 3.0, but i can't get my bot to write to the forum anymore.
I have looked for a solution, but now i am out of ideas. So it would have been great if anyone have a suggestion.
i have btw used CURL and php to make this bot.
Usage of bot: Users log in on an external website to report results of footballmatches they have played online. The bot will then automatically write a post to the forum.
So basically i need to know what $_POST[] i need to send.
© Stack Overflow or respective owner